home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / xeno / bbbbscd.lha / BBBBScd / Xenolink / Utilities / junkmail.doc < prev    next >
Text File  |  1992-09-25  |  2KB  |  70 lines

  1.  
  2.  
  3.                         J U N K M A I L
  4.  
  5.       A public domain program by Alan Bland for Xenolink BBS.
  6.  
  7.              Yep, this is public domain.  Use it for
  8.              any purpose you wish, although I'd prefer
  9.              that you not use it to send too much junk
  10.              mail to me!  Source code is included so
  11.              you can hack it into your own programs.
  12.  
  13.  
  14.  
  15.  
  16.     JUNKMAIL lets you create Xenolink mail messages from the shell.
  17.     It's simple yet powerful, allowing you to attach files to the
  18.     message and send the same message to multiple recipients.
  19.  
  20.     JUNKMAIL works with Xenolink Z.3a.  I make no promises that it
  21.     will work with any other version, but since the source code is
  22.     included you can change it as needed for other versions.
  23.  
  24.     Type "JUNKMAIL" at a shell prompt to get a list of options.  A
  25.     space must appear between each dash option and following string,
  26.     and you must use quotes around a string if it contains blanks.
  27.     Options can be specified in any order.
  28.  
  29.     JUNKMAIL is fairly straightforward, but here are a few examples
  30.     for the    terminally baffled:
  31.  
  32.  
  33.  
  34.     EXAMPLE 1:  Send the contents of the file "welcome.txt" to user
  35.     "Bubba MacDonald" as a private message in base 0.  The subject
  36.     of the message is "Welcome new user!" and is from "Jack T. Ripper".
  37.  
  38.         junkmail -i welcome.txt -t "Bubba MacDonald" -p -b 0
  39.              -s "Welcome new user!" -f "Jack T. Ripper"
  40.  
  41.  
  42.  
  43.     EXAMPLE 2:  Send the file "moderator.txt" to a user in message
  44.     base number 901.  This example assumes 901 is a netmail base, so
  45.     the recipient's name must include a netmail address:
  46.  
  47.         junkmail -i moderator.txt -b 901 -t "John Smith@1:104/121"
  48.              -f "The Moderator" -s "Your last warning"
  49.  
  50.  
  51.  
  52.     EXAMPLE 3:  Send a netmail message in base 954 (a netmail base)
  53.     to three users in zone 31 with an attached "nodelist.z55" file:
  54.  
  55.         junkmail -i weekly.msg -a nodelist.z55 -b 954
  56.              -f "Alan Bland" -s "Here's your weekly node list"
  57.              -t "Joe Doe@31:954/2001" -t "Jack Crack@31:954/2002
  58.              -t "Dave Grave@31:954/2003"
  59.  
  60.  
  61.  
  62.     OK, those examples should keep you happy for hours.  I wrote
  63.     this program mainly so I could automate the sending of nodelist
  64.     updates to several nodes in a local network that I feed.  Since
  65.     there are so few source code examples of sending messages in
  66.     Xenolink, I decided to release the source.  Enjoy it.  This
  67.     program is entirely public domain, but if you really like my
  68.     efforts please consider registering my XTrumpet program.  You'll
  69.     enjoy that one too (sorry, no source available for XTrumpet!)
  70.